projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ea0c9
)
Document gdk_wayland_seat_get_wl_seat
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Mar 2016 02:49:33 +0000
(22:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Mar 2016 02:49:33 +0000
(22:49 -0400)
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index 9d2c7d87ceecd02d9f4a1a65b829ef0d3d6fc680..dfdf4604f6aed2c9bae2a6d9379e87523b16c254 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-3209,6
+3209,16
@@
gdk_wayland_seat_set_primary (GdkSeat *seat,
}
}
+/**
+ * gdk_wayland_seat_get_wl_seat:
+ * @device: (type GdkWaylandDevice): a #GdkDevice
+ *
+ * Returns the Wayland wl_seat of a #GdkSeat.
+ *
+ * Returns: (transfer none): a Wayland wl_seat
+ *
+ * Since: 3.20
+ */
struct wl_seat *
gdk_wayland_seat_get_wl_seat (GdkSeat *seat)
{